@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: "Public Sans", sans-serif;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
:after,
:before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 16px;
}

::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.circle-wrapper {
    position: relative;
    width: 169px;
}

.progress-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}

    .progress-container::before {
        content: "";
        background-color: #c4c1c1;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 4px;
        width: 100%;
        z-index: -1;
    }

.progress {
    background-color: #b036e0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 0%;
    z-index: -1;
    transition: 0.4s ease;
}

.circle {
    background: #c4c1c1;
    color: #c4c1c1;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #c4c1c1;
    transition: 0.4s ease;
}

    .circle.active {
        border-color: #b036e0;
        background-color: #fff;
        color: #b036e0;
        scale: 1.1;
    }

    .circle .icon {
        position: absolute;
        font-size: 25px;
        bottom: 25px;
    }

.modal-company-wrap {
    text-align: center;
    overflow: auto;
}

.modal-company-title {
    font-weight: 600 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #212529 !important;
}

.modal-company-content {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    align-items: center;
    cursor: pointer;
    max-height: 55px;
}

.modal-company-content img {
    max-width: 14%;
}

.modal-company-content p {
    color: #212529 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

.icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: -40px;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.thanks-note {
    font-size: 22px;
    margin-bottom: 22px;
    line-height: 48px;
    color: #0095a9;
    /*font-style: italic;*/
    font-family: 'asap';
}

.caption {
    position: absolute;
    font-size: 14px;
    font-weight: bolder;
    bottom: -30px;
    color: #c4c1c1;
    width: 100%;
}

.caption.active {
    border-color: #b036e0;
    background-color: #fff;
    color: #b036e0;
    scale: 1.1;
}

.otp-title {
    max-width: 270px;
    margin: auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.otp-title p {
    font-size: 12px;
    color: #118a44 !important;
}

.otp-input-fields {
    margin: auto;
    background-color: white;
    max-width: 400px;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px;
}

.otp-input-fields input{
    height: 54px !important;
    width: 54px !important;
    background-color: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #2f8f1f;
    text-align: center !important;
    outline: none !important;
    font-size: 18px !important;
    padding: 0 !important;
}

.otp-input-fields input:focus {
    border-width: 2px !important;
    border-color: rgba(0,0,0, 0.25) !important;
    font-size: 22px !important;
}

.dropdown {
    float: left;
    overflow: hidden;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 65px;
    width: 250px;
    border-radius: 7px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.subnav {
    overflow: hidden;
}

.subnav .subnavbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.subnav-content {
    display: none;
    position: absolute;
    left: -150px;
    top: 46px;
    width: 150px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 7px;
}

.subnav-content .active {
   background-color: #ddd;
}

.subnav-content a {
    text-decoration: none;
}

.subnav-content a:hover {
    background-color: #eee;
    color: black;
}

.subnav:hover .subnav-content {
    display: block;
}

.dg-card__content-user-infor-form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.dg-card__content-user-infor-form-label {
    color: #252F4A;
    font-weight: 500;
    font-size: 16px;
    width: 120px;
}

.dg-card__content-user-infor-input {
    width: 70%;
}

.dg-card__content-user-infor-input input {
    width: 100% !important;
    padding: 0.8rem 1.5rem;
    font-size: 17px;
    border-radius: 0.625rem;
    outline: none;
    font-weight: 500;
    background-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
    border: 1px solid #F9F9F9;
    cursor: text;
}
.dg-card__content-user-infor-input select {
    width: 100% !important;
    padding: 0.8rem 1.5rem;
    font-size: 17px;
    border-radius: 0.625rem;
    outline: none;
    font-weight: 500;
    background-color: #F9F9F9;
    color: #4B5675;
    transition: color .2s ease;
    border: 1px solid #F9F9F9;
    cursor: text;
}

.dg-card__content-user-infor-input input:focus {
    background-color: #F1F1F2;
}

.dg-card__content-user-infor-btn {
    display: flex;
    width: 100%;
    justify-content: end;
}
.dg-card__content-user-infor-btn .btn {
    background-color: #116fd4;
    margin-top: 15px;
}


.dg-hero__list-contract-wrapper {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.09);
    margin: 0 15px 30px 15px;
}

.dg-hero__list-contract-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.09);
}

.dg-hero__list-contract-content-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.dg-hero__list-contract-content-contract-info {
    display: flex;
    gap: 26px;
    padding: 26px;
}

.dg-hero__list-contract-content-contract-info-name {
    font-size: 16px;
    margin-bottom: 8px;
}

.dg-hero__list-contract-content-contract-info-name span {
    font-size: 16px;
    margin-bottom: 8px;
    color: #de6a30
}

.dg-hero__list-contract-content-contract-info-number {
    font-size: 14px;
    margin-bottom: 10px;
    color: rgb(145, 158, 171);
}

.dg-hero__list-contract-content-contract-info-date {
    font-size: 14px;
    color: green;
}

.dg-hero__list-contract-content-contract-fee {
    padding-right: 26px;
    color: red;
}

.dg-hero__list-contract-content-contract-info-action {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
}

.dg-hero__list-contract-content-contract-info-action a {
    color: #116fd4;
}

.dg-hero__list-contract-content-contract-info-action a:hover{
    color: #de6a30;
    text-decoration: underline;
}

.file-wrapper {
    height: 100%;
}

#list-object-insured {
    margin-top: 20px;
}

.list-object-insured-content {
    margin-bottom: 8px;
    border: 1px solid #919eab3d;
    border-radius: 10px;
    padding: 15px;
}

.input-inner label {
    /*font-weight: bold !important;*/
}


.input-inner select {
    font-weight: bold !important;
}


.input-inner input {
    font-weight: bold !important;
}

.list-object-insured-content-wrap {
    display: flex;
    padding: 0 10px 5px 10px;
    width: 100%;
}

.list-object-insured-content-info {
    line-height: 30px;
}

.list-object-insured-content-info i {
        color: #249748;
} 

.list-object-insured-content-info span {
    margin-left: 14px;
}

.list-object-insured-content-info.custom-birthday {
    width: 135px;
}

.list-object-insured-content-info.custom-rela {
   width: 140px;
}

@media (max-width: 768px) {
    .list-object-insured-content-info.custom-birthday {
        width: 121px;
    }

    .list-object-insured-content-info {
        width: 80% !important;
    }

    .list-object-insured-content-info.custom-rela {
        width: 124px;
    }
    .floating-button {
        width: 40px !important;
        height: 40px !important;
    }
    .floating-button .icon {
        font-size: 20px;
        line-height: 42px !important;
    }

    .list-object-insured-content-wrap {
        flex-direction: column;
        font-size: 80%;
    }

    .list-object-insured-content-info.custom-date {
        max-width: 100%;
    }

    #modal-list-insured {
        /*width: 80% !important;*/
    }
}

.insured-lable {
    padding: 6px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
}

.insured-title {
    padding: 10px;
    border-bottom: 1px solid #e8eef3;
    cursor: pointer;
    border-radius: 4px;
    color: #249748;
}

.insured-title:hover {
    background-color: #f8f7f7;
}

.insured-title.active {
    background-color: #1f8ce9;
    color: #fff;
}

.insured-title.active:hover {
    background-color: #087de1;
}

#file-frame {
    width: 100%;
    height: 100%;
}

.form-group {
    margin-bottom: 21px;
}

.form-group-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.input-login {
    width: 100% !important;
    padding: 14px;
    cursor: text;
    outline: none;
}
.input-login:hover {
   border: 1px solid #116fd4;
}

.pass-note {
    font-style: italic;
    color: red !important;
}

.input-login:focus {
    border: 1px solid #116fd4;
}

.forgot-password {
    display: flex;
    justify-content: space-between;
}

.forgot-password p {
    cursor: pointer;
    font-weight: 600 !important;
    font-size: 14px;
    color: #1f8ce9 !important;
}

.forgot-password p:hover {
    color: #4ca3ed !important;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.disable {
    pointer-events: none;
    background-color: #bcc1c7 !important;
}

.dg-container {
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 8px;
    padding-left: 8px;
}

.dg-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 48px;
    border-radius: 8px;
    font-weight: 700;
    outline: 0px;
    border: 0px;
    vertical-align: middle;
    appearance: none;
    cursor: pointer;
    color: #151452;
    border: 1px solid #249748;
    padding: 6px 14px;
    font-size: 14px;
}

    .dg-btn.secondary {
        background-color: #fff;
    }

    .dg-btn.primary {
        background-color: #249748;
        color: #fff;
        border-color: #249748;
    }

    .dg-btn.full {
        width: 100%;
    }

    .dg-btn.plain {
        padding: 5px;
        padding-left: 0;
        border: none;
        height: unset;
        background-color: transparent;
        color: #091a7a;
    }

    .dg-btn.outline {
        background-color: #fff;
        color: #091a7a;
    }

.dg-input-wrap {
    display: flex;
    width: 100%;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
}

    .dg-input-wrap .input-inner {
        display: flex;
        align-items: center;
        position: relative;
        flex-grow: 1;
        width: 100%;
    }

    .dg-input-wrap .input-inner__container {
        width: 100%;
    }

        .dg-input-wrap .input-inner__container .help-text {
            display: none;
            padding: 12px 8px 0;
        }

            .dg-input-wrap .input-inner__container .help-text span {
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                color: #637381;
            }

            .dg-input-wrap .input-inner__container .help-text.error span {
                color: #ff5630;
            }

    .dg-input-wrap .input-inner:has(input[type="checkbox"]) {
        align-items: center;
        margin-top: 8px;
    }

    .dg-input-wrap .input-inner .input-icon {
        position: absolute;
        right: 14px;
        z-index: 1;
        background: #fff;
        pointer-events: none;
        cursor: pointer;
    }

    .dg-input-wrap .input-inner label {
        background-color: #fff;
    }

    .dg-input-wrap .input-inner:not(:has(fieldset)) input,
    .dg-input-wrap .input-inner:not(:has(fieldset)) select,
    .dg-input-wrap .input-inner:not(:has(fieldset)) textarea {
        border: 1px solid #919eab52;
        padding: 14px;
        color: #212B36;
        padding-top: 1rem;
    }

        .dg-input-wrap .input-inner:not(:has(fieldset)) input:focus, .dg-input-wrap .input-inner:not(:has(fieldset)) input:focus-visible,
        .dg-input-wrap .input-inner:not(:has(fieldset)) select:focus,
        .dg-input-wrap .input-inner:not(:has(fieldset)) select:focus-visible,
        .dg-input-wrap .input-inner:not(:has(fieldset)) textarea:focus,
        .dg-input-wrap .input-inner:not(:has(fieldset)) textarea:focus-visible {
            outline: 2px solid #1C0EC5;
        }

    .dg-input-wrap .input-backdrop {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        border: 0.0625rem solid #919eab3d;
        pointer-events: none;
        border-radius: 8px;
        pointer-events: none;
    }

        .dg-input-wrap .input-backdrop:after {
            content: "";
            position: absolute;
            z-index: 1;
            top: -0.125rem;
            right: -0.125rem;
            bottom: -0.125rem;
            left: -0.125rem;
            display: block;
            pointer-events: none;
            box-shadow: 0 0 0 0.125rem #1C0EC5;
            transition: box-shadow 100ms cubic-bezier(0.25, 0.1, 0.25, 1);
            border-radius: calc(var(0.25rem) + 0.0625rem);
        }

    .dg-input-wrap:has(input[type="radio"]) {
        gap: 16px;
    }

    .dg-input-wrap:has(input[type="text"]),
    .dg-input-wrap:has(input[type="number"]),
    .dg-input-wrap:has(input[type="date"]),
    .dg-input-wrap:has(select),
    .dg-input-wrap:has(textarea) {
        column-gap: 16px;
    }

        .dg-input-wrap:has(input[type="text"]) label,
        .dg-input-wrap:has(input[type="number"]) label,
        .dg-input-wrap:has(input[type="date"]) label,
        .dg-input-wrap:has(select) label, .dg-input-wrap:has(textarea) label {
            font-weight: 400;
            z-index: 1;
            position: absolute;
            left: 16px;
            padding-left: 2px;
            padding-right: 3px;
            font-size: 16px;
            transform: translateY(-50%) scale(1);
            top: 50%;
            left: 0.75rem;
            transition: 0.3s;
            transform-origin: 0;
            line-height: 1.25rem;
            padding-left: 0.3rem;
            padding-right: 0.3rem;
            pointer-events: none;
        }

        .dg-input-wrap:has(input[type="text"]) input,
        .dg-input-wrap:has(input[type="number"]) input,
        .dg-input-wrap:has(input[type="text"]) select,
        .dg-input-wrap:has(input[type="text"]) textarea, .dg-input-wrap:has(input[type="date"]) input,
        .dg-input-wrap:has(input[type="date"]) select,
        .dg-input-wrap:has(input[type="date"]) textarea, .dg-input-wrap:has(select) input,
        .dg-input-wrap:has(select) select,
        .dg-input-wrap:has(select) textarea, .dg-input-wrap:has(textarea) input,
        .dg-input-wrap:has(textarea) select,
        .dg-input-wrap:has(textarea) textarea {
            font-weight: 400;
            font-size: 14px;
            border-radius: 8px;
            width: 100%;
            outline: 0;
            appearance: none;
            -webkit-appearance: none;
            font-size: 16px;
            line-height: 18px;
            background-color: #fff;
        }

            .dg-input-wrap:has(input[type="text"]) input:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="text"]) input.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="number"]) input:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="number"]) input.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="text"]) select:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="text"]) select.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="text"]) textarea:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="text"]) textarea.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="date"]) input:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="date"]) input.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="date"]) select:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="date"]) select.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="date"]) textarea:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(input[type="date"]) textarea.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(select) input:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(select) input.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(select) select:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(select) select.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(select) textarea:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(select) textarea.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(textarea) input:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(textarea) input.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(textarea) select:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(textarea) select.has-value:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(textarea) textarea:focus:not([type="checkbox"]):not([type="radio"]) ~ label,
            .dg-input-wrap:has(textarea) textarea.has-value:not([type="checkbox"]):not([type="radio"]) ~ label {
                transform: translateY(-1rem) scale(0.75);
                top: 0.3rem;
            }

.dg-layout {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

    .dg-layout.vertical {
        flex-direction: column;
    }

.dg-layout__item {
    flex-grow: 1;
}

    .dg-layout__item.secondary {
        max-width: 100%;
        width: 100%;
    }

.dg-layout + .dg-layout {
    margin-bottom: 24px;
}

.dg-section__title {
    font-weight: 700;
    color: #212B36;
    font-size: 24px;
    line-height: 36px;
}

.dg-actions-group {
    width: 100%;
    display: flex;
    gap: 8px;
    flex-direction: row;
    margin-top: 20px;
}

    .dg-actions-group.vertical {
        flex-direction: column;
    }

.dg-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    box-shadow: 0px 0px 2px #919eab33, 0px 12px 24px -4px #919eab1f;
    flex-grow: 1;
    border-radius: 8px;
}

.dg-card__title {
    border-bottom: 1px solid #919eab3d;
    width: 100%;
    padding: 14px 16px;
    background-color: #249748;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .dg-card__title h3 {
        font-weight: 700;
        line-height: 28px;
        color: #fff;
        font-size: 16px;
    }

    .dg-card__title:has(.action) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .dg-card__title:has(.action) .action {
            cursor: pointer;
        }

.dg-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    width: 100%;
    padding: 16px;
}

    .dg-card__content.p-0 {
        padding: 0;
    }

.dg-card__content-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 16px;
    width: 100%;
}

    .dg-card__content-item .content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

        .dg-card__content-item .content .label {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #000;
        }

        .dg-card__content-item .content .description {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #919EAB;
        }

        .dg-card__content-item .content a {
            font-weight: 700;
            font-size: 14px;
            line-height: 24px;
            color: #091A7A;
        }

.dg-card__footer {
    border-top: 1px solid #919eab3d;
    width: 100%;
    padding: 16px;
}

    .dg-card__footer h4 {
        font-weight: 600;
        line-height: 24px;
        color: #000;
        font-size: 14px;
    }

    .dg-card__footer p,
    .dg-card__footer ul {
        line-height: 20px;
        font-weight: 400;
        color: #212B36;
        font-size: 12px;
    }

    .dg-card__footer ul {
        padding-left: 16px;
        list-style-type: disc;
        margin-left: 8px;
    }

.dg-upload {
    background-color: #fff;
    border: 1px dashed #dfe3e8;
    border-radius: 8px;
    width: 100%;
}

.dg-upload__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 8px;
}

.dg-upload__inner-img {
    /*background: url("../images/upload.png") no-repeat;*/
    background-size: cover;
    background-position: center center;
    width: 110px;
    height: 110px;
}

.dg-upload__inner-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
}

    .dg-upload__inner-control .label {
        font-weight: 600;
        line-height: 24px;
        color: #212B36;
        font-size: 14px;
    }

    .dg-upload__inner-control small {
        color: #919EAB;
        font-weight: 300;
        font-size: 12px;
    }

.dg-upload__inner-control-text-wrap {
    max-width: 345px;
}

.dg-upload__inner-control-text {
    font-weight: 400;
    line-height: 22px;
    color: #637381;
    font-size: 13px;
}

.dg-upload__inner-control .dg-upload__input {
    width: 50px;
    max-width: 50px;
    position: relative;
}

    .dg-upload__inner-control .dg-upload__input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .dg-upload__inner-control .dg-upload__input::before {
        content: "Tải lên";
        display: inline-block;
        /*background: linear-gradient(top, #f9f9f9, #e3e3e3);*/
        outline: none;
        white-space: nowrap;
        user-select: none;
        cursor: pointer;
        font-weight: 500;
        font-size: 10pt;
        color: #1C0EC5;
        border-bottom: 1px solid #1C0EC5;
        padding-left: 1px;
        padding-right: 3px;
        margin-left: 2px;
        width: 50px;
        transform: translateY(20px);
    }

    .dg-upload__inner-control .dg-upload__input:active {
        outline: 0;
    }

.dg-customer-info {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .dg-customer-info .dg-layout {
        margin-top: 20px;
    }

    .dg-customer-info .dg-layout__item.secondary .dg-card__content-item:not(:last-child) {
        border-bottom: 1px solid #919eab3d;
        padding-bottom: 16px;
    }

    .dg-customer-info .dg-layout__item.secondary .dg-card__content-item.total-price .label {
        text-transform: uppercase;
        font-size: 13px;
    }

    .dg-customer-info .dg-layout__item.secondary .dg-card__content-item.total-price .value {
        font-size: 22px;
        line-height: 30px;
    }

    .dg-customer-info .dg-layout__item.secondary .commit {
        margin-top: 24px;
        margin-bottom: 24px;
        display: flex;
        align-items: flex-start;
    }

    .dg-customer-info .dg-layout__item.secondary .commit-checkbox {
        display: inline-block;
    }

    .dg-customer-info .dg-layout__item.secondary .commit input {
        margin-right: 15px;
    }

    .dg-customer-info .dg-layout__item.secondary .commit a {
        text-decoration: underline;
        color: #1C0EC5;
    }

    .dg-customer-info .dg-layout__item.secondary .dg-input-wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 8px;
    }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .label {
            font-weight: 400;
            line-height: 22px;
            color: #000;
            font-size: 13px;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .value {
            font-weight: 700;
            color: #249748;
            line-height: 24px;
            font-size: 16px;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .input-inner {
            width: 100%;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .input-inner__container {
            width: 100%;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .input-inner .action {
            position: absolute;
            right: 12px;
        }

            .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .input-inner .action button {
                padding: 6px 16px;
                height: 36px;
            }

.dg-registers {
    background-color: #fff;
    padding-top: 30px;
}

.dg-registers__wrap {
    padding-bottom: 60px;
    padding-top: 20px;
}

.dg-questions {
    background-color: #919eab14;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dg-questions__wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column;
    row-gap: 16px;
}

.dg-questions__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: padding-top 1s cubic-bezier(0.075, 0.82, 0.165, 1), padding-bottom 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    max-width: 100%;
}

.dg-questions__info-item {
    width: 100%;
}

    .dg-questions__info-item:not(:last-child) {
        border-bottom: 1px solid #919eab3d;
    }

    .dg-questions__info-item .description {
        font-weight: 400;
        line-height: 24px;
        color: #212B36;
        font-size: 14px;
        padding: 6px 10px 10px;
    }

.dg-questions__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.dg-questions__form-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.dg-questions__action {
    width: 100%;
}

.dg-information {
    background-color: #f9fafb;
}

.dg-information__wrap {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    row-gap: 14px;
    padding-top: 30px;
    padding-bottom: 25px;
}

    .dg-information__wrap h2 {
        color: #000;
        font-weight: 700;
        line-height: 40px;
        font-size: 26px;
    }

    .dg-information__wrap .sub-title {
        font-weight: 400;
        color: #212B36;
        font-size: 14px;
        line-height: 22px;
    }

.dg-information__content {
    display: flex;
    flex-direction: column;
    max-width: 555px;
}

.dg-information__content-item {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: flex-start;
    padding: 14px 0;
}

.dg-information__content-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
}

    .dg-information__content-label .label {
        display: inline-block;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #000;
    }

    .dg-information__content-label .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #212B36;
    }

.dg-hero {
    padding-top: 40px;
}

.dg-hero__wrap {
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}

.dg-hero .dg-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
}

.dg-hero__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 439px;
    z-index: 1;
    margin-top: 15px;
}

    .dg-hero__info .dg-btn {
        margin-top: 35px;
    }

.dg-hero__info-title {
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
}

.dg-hero__info-description {
    /*font-family: "Inter";*/
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
    font-size: 38px;
    line-height: 50px;
}

.dg-hero__info-sub-title {
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}

.dg-hero__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    width: 100%;
}

.dg-hero__form-title {
    width: 100%;
    border-bottom: 1px solid #919eab3d;
}

    .dg-hero__form-title h2 {
        width: 100%;
        font-weight: 700;
        color: #212B36;
        padding: 16px 16px 16px;
        font-size: 16px;
        line-height: 40px;
    }

.dg-hero__form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 16px;
    gap: 16px;
}

.dg-hero__form .input-wrap.type {
    margin-bottom: 7px;
    margin-top: 7px;
}

.dg-hero__form .input-wrap.confirm {
    margin-bottom: 6px;
}

.dg-hero__form-actions {
    display: flex;
    width: 100%;
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
}

    .dg-hero__form-actions .dg-btn {
        width: 100%;
    }

    .dg-hero__form-actions .benefit-detail {
        min-width: calc(50% - 8px);
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        column-gap: 10px;
        align-items: center;
        color: #212B36;
    }

        .dg-hero__form-actions .benefit-detail svg {
            color: #637381;
        }

.dg-backdrop {
    position: fixed;
    z-index: 518;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #00000080;
    animation: fade-in 200ms 1 forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity;
}

.dg-modal__wrap {
    position: fixed;
    z-index: 519;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}

.dg-modal__inner {
    pointer-events: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 100px);
    background: #fff;
    box-shadow: -40px 40px 80px -8px #919eab3d;
    justify-content: center;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 16px;
}

.dg-modal__content {
    width: 100%;
    overflow-x: hidden;
}

    .dg-modal__content > .dg-card__content {
        overflow-y: scroll;
        overflow-x: scroll;
    }

.dg-modal .dg-card__content .dg-card {
    width: 100%;
}

.dg-modal .dg-card__content .dg-card__title {
    padding: 12px 16px;
}

    .dg-modal .dg-card__content .dg-card__title h3 {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
    }

.dg-modal .dg-card__content.section {
    row-gap: 16px;
}

    .dg-modal .dg-card__content.section .dg-card__title p {
        color: #212b36;
    }

    .dg-modal .dg-card__content.section .dg-card__content-item + .dg-card__content-item {
        padding-top: 16px;
        border-top: 1px solid #919eab3d;
    }

    .dg-modal .dg-card__content.section ul,
    .dg-modal .dg-card__content.section ol {
        padding: 0;
        margin: 0;
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }

        .dg-modal .dg-card__content.section ul li,
        .dg-modal .dg-card__content.section ol li {
            font-size: 14px;
            line-height: 24px;
            color: #000;
        }

    .dg-modal .dg-card__content.section span,
    .dg-modal .dg-card__content.section p {
        font-size: 14px;
        line-height: 24px;
    }

    .dg-modal .dg-card__content.section p {
        color: #637381;
    }

    .dg-modal .dg-card__content.section .label {
        margin-bottom: 3px;
        display: inline-block;
    }

.dg-modal table {
    border-collapse: collapse;
    width: 100%;
}

.dg-modal thead {
    background-color: #f4f6f8;
}

.dg-modal td {
    padding: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #637381;
}

.dg-paid-error {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    gap: 32px;
}

.dg-paid__wrap img {
    width: 128px;
    height: 128px;
    object-fit: cover;
    display: inline-block;
    margin: 0 auto;
}

.dg-paid {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    gap: 32px;
}

.dg-paid__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    text-align: center;
    max-width: 700px;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .dg-paid__wrap img {
        width: 133px;
        height: 189px;
        object-fit: cover;
        display: inline-block;
        margin: 0 auto;
    }


.dg-paid__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    .dg-paid__inner h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 48px;
        color: #212b36;
    }

    .dg-paid__inner p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: black;
    }

.dg-header__menu-item {
    color: #151452;
}

header {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
}

.icon-wrap {
    display: none;
}

input:focus, input.has-value,
select:focus,
select.has-value,
textarea:focus,
textarea.has-value {
    width: fit-content;
}

    input:focus ~ .required::after, input.has-value ~ .required::after,
    select:focus ~ .required::after,
    select.has-value ~ .required::after,
    textarea:focus ~ .required::after,
    textarea.has-value ~ .required::after {
        content: "*";
    }

input:not([type="checkbox"]):not([type="radio"]) ~ label,
select:not([type="checkbox"]):not([type="radio"]) ~ label,
textarea:not([type="checkbox"]):not([type="radio"]) ~ label {
    width: calc(100% - 50px);
}

input:not([type="checkbox"]):not([type="radio"])[disabled],
select:not([type="checkbox"]):not([type="radio"])[disabled],
textarea:not([type="checkbox"]):not([type="radio"])[disabled] {
    background-color: #fafafa !important;
}

    input:not([type="checkbox"]):not([type="radio"])[disabled] ~ label,
    select:not([type="checkbox"]):not([type="radio"])[disabled] ~ label,
    textarea:not([type="checkbox"]):not([type="radio"])[disabled] ~ label {
        background-color: #fafafa !important;
    }

input:not([type="checkbox"]):not([type="radio"]):focus ~ label,
input:not([type="checkbox"]):not([type="radio"]).has-value ~ label,
input:not([type="checkbox"]):not([type="radio"])#ma-giam-gia ~ label,
select:not([type="checkbox"]):not([type="radio"]):focus ~ label,
select:not([type="checkbox"]):not([type="radio"]).has-value ~ label,
select:not([type="checkbox"]):not([type="radio"]).ma-giam-gia ~ label,
textarea:not([type="checkbox"]):not([type="radio"]):focus ~ label,
textarea:not([type="checkbox"]):not([type="radio"]).has-value ~ label,
textarea:not([type="checkbox"]):not([type="radio"]).ma-giam-gia ~ label {
    content: "*";
    width: fit-content;
}

input[disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed;
}

    input[disabled] ~ label,
    select[disabled] ~ label,
    textarea[disabled] ~ label {
        color: #919eab !important;
        cursor: not-allowed;
    }

.required::after {
    content: "*";
    color: #ff5630;
    margin-left: 5px;
}

fieldset {
    border: 1px solid #919eab52;
    border-radius: 8px;
    width: 100%;
    padding: 12px 14px;
    position: relative;
}

    fieldset:has(input:focus), fieldset:has(select:focus) {
        border-color: #fff;
    }

legend {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    padding: 0 3px;
    margin-left: 7px;
}

button[disabled] {
    background-color: #919eab3d !important;
    border-color: #919eab3d !important;
    cursor: not-allowed;
}

input {
    cursor: pointer;
}

    input[type="date"] {
        padding: 14px !important;
        height: 50px !important;
    }

        input[type="date"]::-webkit-calendar-picker-indicator {
            background: transparent;
            bottom: 0;
            color: transparent;
            cursor: pointer;
            height: auto;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
        }

    input[type="checkbox"], input[type="radio"] {
        accent-color: #249748;
        margin-right: 10px;
        margin-top: 6px;
    }

        input[type="checkbox"]:focus, input[type="radio"]:focus {
            outline: none !important;
        }

    input + label {
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        color: #212B36;
        display: inline-block;
    }

html {
    scroll-behavior: smooth;
}

svg {
    color: #637381;
}

a {
    color: inherit;
}

details {
    border-radius: 8px;
    background-color: inherit;
    transition: display 1s cubic-bezier(0.075, 0.82, 0.165, 1), box-shadow 1s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

    details svg {
        animation-name: rotate-down;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        display: inline-block;
        min-width: 15px;
    }

    details[open] {
        background-color: #fff;
        box-shadow: 0px 20px 40px -4px #919eab29;
        margin-bottom: 16px;
        margin-top: 16px;
    }

        details[open] svg {
            animation-name: rotate-up;
        }

summary {
    font-weight: 600;
    line-height: 24px;
    color: #212B36;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 16px;
    font-size: 14px;
    padding: 14px 7px 14px 11px;
}

    summary::marker, summary::-webkit-details-marker {
        display: none;
    }

.payments-provider {
    background-color: #919eab14;
    padding: 14px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /*padding-bottom: 0;*/
}

.payments-provider__wrap {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
}

.payments-provider .control {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .payments-provider .control label {
        background-color: transparent;
        flex-grow: 1;
    }

    .payments-provider .control img {
        max-width: 40px;
        height: auto;
        object-fit: cover;
    }

    .payments-provider .control:has(input:checked) ~ .content {
        display: flex;
    }

.payments-provider .content {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    font-size: 14px;
    padding: 10px;
    margin: 0 -15px;
    line-height: 22px;
}

.cam-ket-text {
    color: #212b36;
}

/* Responsive */
@media (min-width: 768px) {
    input[type="checkbox"], input[type="radio"] {
        margin-left: 3px;
    }

    input[type="radio"] {
        transform: scale(1.54);
    }

    input[type="checkbox"] {
        transform: scale(1.4);
        margin-top: 6px;
    }

    input[type="date"] {
        height: 56px !important;
    }

    .icon-wrap {
        display: block;
    }

    .dg-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .dg-hero__form {
        margin-top: 24px;
    }

    .dg-input-wrap {
        flex-direction: row;
    }

    .dg-registers .dg-layout__item.secondary .dg-card__content {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 32px;
    }

        .dg-registers .dg-layout__item.secondary .dg-card__content > * {
            width: calc(50% - 16px);
        }

    .dg-upload__inner-control {
        margin-left: 40px;
    }
}

@media (min-width: 1024px) {
    .dg-customer-card {
        max-width: 66%;
    }

    .dg-btn {
        padding: 11px 22px;
        font-size: 16px;
    }

    .dg-input-wrap {
        flex-direction: row;
        align-items: flex-start;
    }

        .dg-input-wrap .input-inner {
            width: 100%;
        }

        /*  .dg-input-wrap .input-inner__container {
            width: 50%;
        }*/

        .dg-input-wrap:has(input[type="radio"]) {
            gap: 32px;
        }

        .dg-input-wrap:has(input[type="text"]) input,
        .dg-input-wrap:has(input[type="number"]) input,
        .dg-input-wrap:has(input[type="text"]) select,
        .dg-input-wrap:has(input[type="text"]) textarea, .dg-input-wrap:has(input[type="date"]) input,
        .dg-input-wrap:has(input[type="date"]) select,
        .dg-input-wrap:has(input[type="date"]) textarea, .dg-input-wrap:has(select) input,
        .dg-input-wrap:has(select) select,
        .dg-input-wrap:has(select) textarea, .dg-input-wrap:has(textarea) input,
        .dg-input-wrap:has(textarea) select,
        .dg-input-wrap:has(textarea) textarea {
            font-size: 14px;
            line-height: 24px;
        }

    .dg-layout {
        flex-direction: row;
    }

    .dg-layout__item.secondary {
        max-width: 35.4%;
    }

    .dg-section__title {
        font-size: 32px;
        line-height: 48px;
    }

    .dg-card {
        border-radius: 8px;
    }

    .dg-card__title {
        padding: 20px 24px;
    }

        .dg-card__title h3 {
            font-size: 18px;
        }

    .dg-card__content {
        padding: 16px;
    }

    .dg-card__footer {
        padding: 24px;
    }

        .dg-card__footer h4 {
            font-size: 16px;
        }

        .dg-card__footer p,
        .dg-card__footer ul {
            font-size: 13px;
        }

    .dg-upload__inner {
        padding: 20px 25px;
    }

    .dg-upload__inner-img {
        width: 168px;
        height: 125px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .dg-upload__inner-control {
        margin-left: 60px;
    }

        .dg-upload__inner-control .label {
            font-size: 16px;
        }

        .dg-upload__inner-control small {
            font-size: unset;
        }

    .dg-upload__inner-control-text {
        font-size: 14px;
    }

    .dg-customer-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .dg-customer-info .dg-layout__item.secondary .dg-card__content-item.total-price .label {
            font-size: 16px;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-card__content-item.total-price .value {
            font-size: 32px;
            line-height: 40px;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .label {
            font-size: 14px;
        }

        .dg-customer-info .dg-layout__item.secondary .dg-input-wrap .value {
            line-height: 30px;
            font-size: 20px;
        }

    .dg-questions {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .dg-questions__wrap {
        flex-direction: row;
        margin-top: 20px;
    }

    .dg-questions__info {
        /*max-width: 47%;*/
    }

    .dg-questions__info-item summary {
        padding: 20px 10px 20px 16px;
        font-size: 14px;
    }

    .dg-questions__info-item .description {
        font-size: 16px;
        padding: 8px 16px 16px;
    }

    .dg-questions__form {
        width: 47%;
    }

    .dg-questions__form-wrap {
        gap: 24px;
    }

    .dg-questions__action {
        width: unset;
    }

    .dg-information__wrap {
        row-gap: 24px;
        padding-top: 30px;
        padding-bottom: 25px;
    }

        .dg-information__wrap h2 {
            font-size: 44px;
            line-height: 64px;
        }

        .dg-information__wrap .sub-title {
            font-size: 16px;
            line-height: 24px;
        }

    .dg-information__content {
        margin-top: 10px;
    }

    .dg-information__content-item {
        padding: 14px 0;
    }

    .dg-hero {
        padding-top: 40px;
    }

    .dg-hero__wrap {
        padding-top: 88px;
        padding-bottom: 125px;
    }

    .dg-hero .dg-container {
        flex-direction: row;
    }

    .dg-hero__info {
        margin-top: 30px;
    }

        .dg-hero__info .dg-btn {
            margin-top: 65px;
        }

    .dg-hero__info-title {
        font-size: 24px;
    }

    .dg-hero__info-description {
        font-size: 56px;
        line-height: 68px;
    }

    .dg-hero__info-sub-title {
        font-size: 14px;
    }

    .dg-hero__form {
        width: 54.47%;
    }

    .dg-hero__form-title h2 {
        padding: 16px 18px 23px;
        font-size: 18px;
        line-height: 28px;
    }

    .dg-hero__form-content {
        padding: 24px;
        gap: 24px;
    }

    .dg-hero__form-actions {
        flex-direction: row;
        align-items: center;
    }

    .dg-registers .dg-layout__item.secondary .dg-card__content {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 24px;
    }

        .dg-registers .dg-layout__item.secondary .dg-card__content > * {
            width: 100%;
        }
}

@media (min-width: 1280px) {
    .dg-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@keyframes rotate-up {
    to {
        transform: rotate(180deg);
    }

    from {
        transform: rotate(0deg);
    }
}

@keyframes rotate-down {
    to {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(180deg);
    }
}

@keyframes fade-in {
    100% {
        opacity: 1;
    }
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 512;
    height: 60px;
}

.dg-header__wrap {
    display: flex;
    align-items: center;
    background-color: transparent;
    flex-direction: row;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: space-between;
}

.dg-header__logo {
    /*max-width: 116px;
    height: 64px;*/
    padding-right: 20px;
}

.dg-header-logo-aaa {
    max-width: 20% !important;
}

.dg-header__vline {
    border-left: 1px solid #249748;
    padding-right: 20px;
    margin-bottom: 5%;
    margin-top: 5%;
    height: 35px;
}

@media (max-width: 1024px) {
    .dg-header__logo {
       /*  width: 100%;
        height: 100%;
        max-width: 64px;
        padding-right: 15px;
        margin-top: 10px;*/
        width: 40%;
        height: 40px;
        padding-right: 15px;
        margin-left: 5px;
       
    }
    .dg-header__vline {
        height: 35px;
        padding-right: 15px;
    }
    .dg-header-logo-aaa {
        max-width: 40% !important;
    }
    .background-image-container {
        margin-top: 10vh !important;
    }
}
@media (max-width: 600px) {
    .dg-header__logo {
        /*  width: 100%;
        height: 100%;
        max-width: 64px;
        padding-right: 15px;
        margin-top: 10px;*/
        width: 60%;
        height: 40px;
        padding-right: 15px;
        margin-left: 5px;
    }

    .dg-header__vline {
        height: 35px;
        padding-right: 15px;
    }

    .dg-header-logo-aaa {
        max-width: 40% !important;
    }
    .background-image-container {
        margin-top: 10vh !important;
    }
}


/*@media (max-width: 1024px) {
    .dg-header__logo {
        max-width: 40%;
        height: auto;
        padding-right: 15px;
        margin-left: 5px;
    }

    .dg-header__vline {
        height: 35px;
        padding-right: 15px;
    }

    .dg-header-logo-aaa {
        max-width: 120px !important;*/ /* hoặc 100% nếu nằm trong thẻ chứa có size */
        /*height: auto;
    }
}

@media (max-width: 768px) {
    .dg-header__logo {
        max-width: 60%;
        height: auto;
        padding-right: 10px;
        margin-left: 5px;
    }

    .dg-header__vline {
        height: 30px;
        padding-right: 10px;
    }

    .dg-header-logo-aaa {
        max-width: 100px !important;
        height: auto;
    }
}*/

.dg-header__menu {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 40px;
    height: 22px;
}

.dg-header__menu-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #151452;
}

.dg-nav {
    display: none;
}

    .dg-nav.mobile {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
        position: fixed;
        width: calc(100% - 8px);
        height: 60px;
    }

        .dg-nav.mobile.open {
            height: 100%;
            overflow-y: auto;
        }

            .dg-nav.mobile.open .dg-nav__wrap {
                display: unset;
                padding-top: 13px;
            }

            .dg-nav.mobile.open .dg-nav__menu {
                display: flex;
                color: #151452;
                gap: 5px;
            }

        .dg-nav.mobile .dg-nav__wrap {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: end;
        }

        .dg-nav.mobile .dg-nav__curtain {
            visibility: hidden;
            position: fixed;
            top: 0;
            /*/ /right: a;
        */ width: 100vw;
            /*height: 180px;*/
            height: auto;
            z-index: 0;
            background: #fff;
            transform: translateY(0%) scale(3);
            animation-duration: 0.6s;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
            opacity: 0;
           /* overflow:auto;*/
          /*  visibility: hidden;*/
        }

        .dg-nav.mobile .dg-nav__menu {
            display: none;
            flex-direction: column;
            padding-top: 1rem;
            padding-bottom: 2rem;
            animation-duration: 0.2s;
            animation-timing-function: ease-in-out;
            justify-content: center;
            margin-top: 2rem;
        }

.curtain-up {
    animation-name: curtainUp;
}

.menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0.5rem 0 0.5rem 2rem;
    color: #151452;
    position: sticky;
    left: 0;
    top: 0;
    align-self: normal;
    justify-self: start;
    z-index: 10;
}

    .menu-button.open {
        gap: 0;
        margin-left: auto;
    }

        .menu-button.open .menu-button__line {
            grid-row-start: 1;
            grid-column-start: 1;
            transform: rotate(45deg) scale(1.3);
            -webkit-transform: rotate(45deg) scale(1.3);
            -moz-transform: rotate(45deg) scale(1.3);
            -o-transform: rotate(45deg) scale(1.3);
            background-color: #fff;
        }

            .menu-button.open .menu-button__line:nth-child(3) {
                transform: rotate(-45deg) scale(1.3);
                -webkit-transform: rotate(-45deg) scale(1.3);
                -moz-transform: rotate(-45deg) scale(1.3);
                -o-transform: rotate(-45deg) scale(1.3);
                background-color: #fff;
            }

.menu-button__lines {
    display: grid;
    gap: 5px;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
}

.menu-button__line {
    display: block;
    transition: 0.2s ease;
    content: "";
    width: 1.2rem;
    height: 2px;
    background-color: #fff;
    transform-origin: center;
}

.fade-out {
    animation-fill-mode: backwards;
    animation-name: fade;
}

.fade-in {
    animation-fill-mode: forwards;
    animation-name: fade;
}

@media (max-width: 1024px) {
    .dg-page-car .dg-information {
        background-size: 0%;
    }

    .dg-page-bike .dg-information {
        background-size: 0%;
    }
}

@media (min-width: 1024px) {
    header {
        height: 88px;
    }

    .dg-header__wrap {
        flex-direction: row;
        padding-top: 8px;
        padding-bottom: 14px;
        margin-top: 8px;
    }

    .dg-nav {
        flex-grow: 1;
        display: inline-block;
    }

        .dg-nav.mobile {
            display: none;
        }
}

@keyframes curtainUp {
    0% {
        transform: translateY(-100%);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes curtainDown {
    0% {
        border-radius: 0;
        transform: translateY(0%) scale(3, 1);
        opacity: 1;
        visibility: visible;
    }

    100% {
        transform: translateY(-100%) scale(0);
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

footer {
    background-color: #fff;
}

.dg-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
}

    .dg-footer__content h3 {
        font-weight: 700;
        text-transform: uppercase;
        color: #212B36;
        font-size: 12px;
        line-height: 15px;
    }

.dg-footer__content-links, .dg-footer__content-resources, .dg-footer__content-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
}

.dg-footer__content-links-inner, .dg-footer__content-resources-inner, .dg-footer__content-contacts-inner {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    row-gap: 8px;
}

.dg-footer__content-links-item, .dg-footer__content-resources-item, .dg-footer__content-contacts-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #212B36;
}

.dg-footer__content-site {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 100%;
}

    .dg-footer__content-site .logo {
        width: auto;
        height: 40px;
        object-fit: cover;
    }

    .dg-footer__content-site .bio {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #212B36;
    }

    .dg-footer__content-site .social-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

        .dg-footer__content-site .social-wrap a {
            display: inline-block;
            padding: 8px;
        }

.dg-footer__info {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #919eab3d;
    padding: 24px 0;
    gap: 16px;
    flex-direction: column;
}

    .dg-footer__info p {
        font-weight: 400;
        line-height: 22px;
        color: #212B36;
        font-style: normal;
        font-size: 13px;
    }

.dg-footer__info-policy {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

@media (min-width: 768px) {
    .dg-footer__content {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .dg-footer__content-links, .dg-footer__content-resources {
        width: calc(calc(100% / 3) - 16px);
    }

    .dg-footer__content-contacts {
        width: 50%;
    }

    .dg-footer__info {
        align-items: center;
        padding: 32px;
    }

    .dg-footer__info-policy {
        flex-direction: row;
        gap: 50px;
        align-items: center;
    }

    .dg-footer__info p {
        font-size: 14px;
    }

        .dg-footer__info p + p {
            border-left: 1px solid #919eab3d;
            padding-left: 50px;
        }
}

@media (min-width: 1024px) {
    .dg-footer__content {
        padding-bottom: 25px;
        padding-top: 80px;
    }

        .dg-footer__content h3 {
            font-size: 13px;
            line-height: 18px;
        }

    .dg-footer__content-links, .dg-footer__content-resources, .dg-footer__content-contacts {
        width: 100%;
        gap: 20px;
    }

    .dg-footer__content-links-inner, .dg-footer__content-resources-inner, .dg-footer__content-contacts-inner {
        row-gap: 16px;
    }

    .dg-footer__content-links {
        width: 10.7%;
    }

    .dg-footer__content-resources {
        width: 18.7%;
    }

/*    .dg-footer__content-contacts {
        width: 24.56%;
    }*/

    .dg-footer__content-site {
        gap: 40px;
        max-width: 32.1%;
    }

    .dg-footer__info {
        gap: 24px;
        flex-direction: row;
        padding: 24px 0;
    }

        .dg-footer__info p + p {
            padding-left: 24px;
        }

    .dg-footer__info-policy {
        gap: 24px;
    }
}

.dg-page-bike .dg-hero__wrap {
    background-color: #39B54A;
}

@media (min-width: 1024px) {
    .dg-page-bike .dg-hero__wrap {
        padding-bottom: 160px;
    }

    .dg-page-bike .dg-hero__background {
        position: absolute;
        width: 50%;
        height: 90%;
        top: 70px;
        background-size: 100%;
    }

    .dg-page-bike .dg-information {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 140% center;
    }
}

@media (min-width: 1280px) {
    .dg-page-bike .dg-information {
        background-position: 80% center;
    }  
}

.has-bg .dg-hero {
    padding-top: 30px;
}

.has-bg .dg-hero__wrap {
    padding-bottom: 60px;
}

.has-bg .dg-hero .dg-input-wrap .input-inner .input-icon {
    background-color: transparent;
}

.has-bg .dg-hero .dg-input-wrap .input-inner input[type="date"] {
    padding: 0 !important;
    height: auto !important;
}

.has-bg .dg-hero .dg-input-wrap .input-inner svg {
    color: #fff;
}

.has-bg .dg-hero .dg-input-wrap .input-inner input,
.has-bg .dg-hero .dg-input-wrap .input-inner select,
.has-bg .dg-hero .dg-input-wrap .input-inner textarea {
    color: #fff;
}

    .has-bg .dg-hero .dg-input-wrap .input-inner select * {
        color: #000;
    }

.has-bg .dg-hero .dg-input-wrap .input-inner legend {
    color: #fff;
}

.has-bg .dg-hero .dg-input-wrap .input-inner fieldset input,
.has-bg .dg-hero .dg-input-wrap .input-inner fieldset select,
.has-bg .dg-hero .dg-input-wrap .input-inner fieldset textarea {
    border-width: 0;
    background-color: transparent;
}

.has-bg .dg-hero .dg-input-wrap .input-inner input[type="radio"]:not(:checked)::after {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0.7);
    border-radius: 50%;
}

.has-bg .dg-hero__form {
    background-color: #25252599;
    backdrop-filter: blur(27.1828px);
    color: #fff;
}

.has-bg .dg-hero__form-title h2 {
    color: inherit;
}

.has-bg .dg-hero__form label {
    color: #FFF;
    background-color: transparent;
}

.has-bg .dg-hero__form-actions .benefit-detail {
    color: inherit;
}

.dg-page-car .dg-header {
    /*background: url(../images/car-1.png) no-repeat;*/
    background-size: cover;
    background-position: center bottom;
}

.dg-page-car .dg-hero__wrap {
    /*background: url(../images/car-1.png) no-repeat;*/
    background-size: cover;
    background-position: center bottom;
}

.dg-page-car .dg-header header {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
}

.dg-page-car .dg-header__menu-item {
    color: #151452;
}

@media (min-width: 768px) {
    .has-bg .dg-hero input[type="checkbox"], .has-bg .dg-hero input[type="radio"] {
        accent-color: #fff;
    }

    .has-bg .dg-hero .dg-input-wrap .input-inner input[type="radio"]:not(:checked)::after {
        background-color: #25252599;
        backdrop-filter: blur(27.1828px);
    }
}

@media (min-width: 1024px) {
    .has-bg .dg-hero {
        padding-top: 75px;
    }

    .has-bg .dg-hero__wrap {
        padding-bottom: 135px;
    }

    .has-bg .dg-information .dg-information {
        background-size: cover;
        background-position: right center;
    }

    .dg-page-car .dg-information {
        background-repeat: no-repeat;
        background-size: 55%;
        background-position: 120% center;
    }
}

.dg-page-person .slick-initialized.slick-slider {
    display: block !important;
    padding-bottom: 30px !important;
    display: block !important;
}

.dg-page-person .slick-dots {
    transform: translateX(-50%);
    left: 50%;
    width: auto;
}

    .dg-page-person .slick-dots li button:before {
        font-size: 15px;
    }

.dg-page-person .dg-header {
    /*background: url(../images/person-3.png) no-repeat;*/
    background-size: cover;
    background-color: #ed7019;
    background-position: center bottom;
    /*background-position: center top -70px;*/
}

    .dg-page-person .dg-header header {
        background-color: #fff;
        box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    }

.dg-page-person .dg-header__menu-item {
    color: #151452;
}

}

/*.dg-page-person .dg-information {
    background-color: #fff;
}*/

.dg-page-person .dg-information__wrap {
    padding-top: 40px;
}

.dg-page-person .dg-information ol {
    padding-left: 24px;
}

.dg-page-person .dg-information__content-item ol {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
}

.dg-page-person .dg-benefit__content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
    gap: 24px;
}

.dg-page-person .dg-benefit__content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 40px;
    background-color: #fff;
    border-radius: 16px;
    max-width: 100%;
    gap: 24px;
    padding: 24px 32px;
}

.dg-page-person .dg-benefit__content-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #212b36;
    display: inline-block;
    margin-bottom: 16px;
}

.dg-page-person .dg-benefit__content-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #637381;
    display: inline-block;
}

.dg-page-person .dg-insurance-package, .dg-page-person .dg-benefit {
    background-color: #f9fafb;
    padding-top: 40px;
    padding-bottom: 30px;
}

.dg-page-person .dg-insurance-package__title, .dg-page-person .dg-benefit__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
}

    .dg-page-person .dg-insurance-package__title .title, .dg-page-person .dg-benefit__title .title {
        color: #000;
        line-height: 40px;
        font-size: 26px;
    }

    .dg-page-person .dg-insurance-package__title .subtitle, .dg-page-person .dg-benefit__title .subtitle {
        font-size: 16px;
        line-height: 24px;
        color: #637381;
        margin-top: 8px;
    }

.dg-page-person .dg-insurance-package .dg-container {
    margin-left: -8px;
    margin-right: -8px;
}

.dg-page-person .dg-insurance-package__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
}

.dg-page-person .dg-insurance-package__form-radio {
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.dg-page-person .dg-insurance-package__form-input {
    width: 80%;
}

    .dg-page-person .dg-insurance-package__form-input .dg-input-wrap .input-inner__container {
        width: 100%;
    }

        .dg-page-person .dg-insurance-package__form-input .dg-input-wrap .input-inner__container input[type="date"] {
            padding: 10px !important;
            height: 44px !important;
        }

.dg-page-person .dg-insurance-package__content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
}

.dg-page-person .dg-insurance-package__card {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 24px 24px;
    margin: 10px;
    margin-bottom: 30px;
    gap: 40px;
    background: #fff;
    border-radius: 16px;
    border: 1px dashed rgba(145, 158, 171, 0.24);
    position: relative;
    border-color: transparent;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    box-shadow: 0px 0px 2px #00000033, 0px 12px 24px -4px #0000001f;
}

    .dg-page-person .dg-insurance-package__card:hover button:first-child {
        background-color: #249748;
        color: #fff;
    }

.dg-page-person .dg-insurance-package__card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.dg-page-person .dg-insurance-package__card-body {
    width: 100%;
}

    .dg-page-person .dg-insurance-package__card-body .item {
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content: space-between;
        width: 100%;
    }

        .dg-page-person .dg-insurance-package__card-body .item label {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #212b36;
        }

        .dg-page-person .dg-insurance-package__card-body .item span {
            font-weight: 600;
            font-size: 14px;
            line-height: 22px;
            text-align: right;
            color: #212b36;
        }

.dg-page-person .dg-insurance-package__card-type span {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #637381;
}

.dg-page-person .dg-insurance-package__card-price span {
    font-weight: 700;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: #212b36;
    position: relative;
}

    .dg-page-person .dg-insurance-package__card-price span::after {
        content: "";
        height: 8px;
        width: 40px;
        /*background-color: #1c0ec5;*/
        position: absolute;
        left: 0;
        opacity: 0.48;
        bottom: 4px;
    }

.dg-page-person .dg-insurance-package__card-price.gold span:after {
    background-color: #ffab00;
}

.dg-page-person .dg-insurance-package__card-price.platinum span:after {
    background-color: #ff5630;
}

.dg-page-person .dg-insurance-package__card-price.diamond span:after {
    background-color: #33ffff;
}

.dg-page-person .dg-insurance-package__card-metadata {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(145, 158, 171, 0.24);
}

.dg-page-person .dg-insurance-package__card-metadata, .dg-page-person .dg-insurance-package__card-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.dg-page-person .dg-insurance-package__card-badge {
    padding: 2px 8px;
    background-color: rgba(0, 184, 217, 0.16);
    border-radius: 6px;
    position: absolute;
    top: 18px;
    right: 24px;
}

    .dg-page-person .dg-insurance-package__card-badge span {
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #006c9c;
    }

.dg-page-person .dg-insurance-package__card-actions {
    width: 100%;
}

    /*.dg-page-person .dg-insurance-package__card-actions button:first-child {
        margin-bottom: 10px;*/
        /*transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;*/
    /*}*/
        .dg-page-person .dg-insurance-package__card-actions button:first-child:hover {
            background-color: #249748;
            color: white;
        }

.dg-page-person .dg-registers .dg-card__title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .dg-page-person .dg-registers .dg-card__title .dg-btn {
        padding: 4px 12px;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        height: auto;
    }

.dg-page-person .dg-registers__benefit {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 16px;
}

    .dg-page-person .dg-registers__benefit h4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #212b36;
    }

.dg-page-car .dg-registers__benefit-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

    .dg-page-car .dg-registers__benefit-content .input-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

.dg-page-bike .dg-registers__benefit-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

    .dg-page-bike .dg-registers__benefit-content .input-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }
.dg-page-person .dg-registers__benefit-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

    .dg-page-person .dg-registers__benefit-content .input-inner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }

.dg-page-person .dg-registers__benefit-content-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

    .dg-page-person .dg-registers__benefit-content-text label {
        font-weight: 400 !important;
        font-size: 13px;
        line-height: 24px;
        color: #022B39;
    }

    .dg-page-person .dg-registers__benefit-content-text .description {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #637381;
    }

.dg-page-person .dg-registers .dg-person-list .dg-card__content-item {
    margin: 10px;
}

.img-scroll-health {
    background-color: #fca9a9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.dg-page-person .dg-registers .dg-card__content-item {
    background-color: #fff;
    border: 1px double #249748;
    border-radius: 8px;
    padding: 16px;
    position: relative;
}

    .dg-page-person .dg-registers .dg-card__content-item .dg-card__content-inner {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

        .dg-page-person .dg-registers .dg-card__content-item .dg-card__content-inner .name {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #000;
        }

        .dg-page-person .dg-registers .dg-card__content-item .dg-card__content-inner .birth-day {
            font-weight: 400;
            font-size: 12px;
            line-height: 18px;
            color: #637381;
        }

        .dg-page-person .dg-registers .dg-card__content-item .dg-card__content-inner .goi-bao-hiem {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #212b36;
        }

    .dg-page-person .dg-registers .dg-card__content-item .icon-close {
        position: absolute;
        right: 16px;
        top: 16px;
        cursor: pointer;
    }

@media (min-width: 768px) {
    .dg-page-person .dg-benefit__title {
        max-width: 68%;
    }

    .dg-page-person .dg-benefit__content-wrap {
        flex-direction: row;
    }

    .dg-page-person .dg-benefit__content-item {
        max-width: calc(50% - 16px);
    }

    .dg-page-person .dg-insurance-package .dg-container {
        margin-left: auto;
        margin-right: auto;
    }

    .dg-page-person .dg-insurance-package__form {
        flex-direction: row;
    }

    .dg-page-person .dg-insurance-package__form-input {
        width: 35%;
    }

    .dg-page-person .dg-insurance-package__content {
        /*flex-direction: row;*/
    }

    .dg-page-person .dg-insurance-package__card {
        width: calc(50% - 8px);
        box-shadow: none;
        border-color: rgba(145, 158, 171, 0.24);
    }

        .dg-page-person .dg-insurance-package__card:hover {
            border-color: transparent;
            box-shadow: 0px 0px 2px #00000033, 0px 12px 24px -4px #0000001f;
        }
}

@media (min-width: 1024px) {
    .dg-page-person .dg-information {
        background-repeat: no-repeat;
        background-size: 45%;
        background-position: 85% center;
        background-color: #fff;
    }

    .dg-page-person .dg-information__wrap {
        max-width: 100%;
        padding-top: 60px;
    }

    .dg-page-person .dg-information ol {
        padding-left: 16px;
    }

    .dg-page-person .dg-benefit__content-wrap {
        gap: 40px;
        margin-top: 60px;
    }

    .dg-page-person .dg-benefit__content-item {
        max-width: 30.5%;
        gap: 32px;
        border: 3px solid #249748;
        text-align: center;
    }

    .dg-page-person .dg-insurance-package, .dg-page-person .dg-benefit {
        padding-top: 60px;
    }

    .dg-page-person .dg-insurance-package__title, .dg-page-person .dg-benefit__title {
        max-width: 58%;
    }

        .dg-page-person .dg-insurance-package__title .ttile, .dg-page-person .dg-benefit__title .ttile {
            font-size: 44px;
            line-height: 120%;
        }

    .dg-page-person .dg-insurance-package__form {
        gap: 50px;
    }

    .dg-page-person .dg-insurance-package__form-input {
        width: 21%;
    }

    .dg-page-person .dg-insurance-package__card {
        width: unset;
    }
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    /*display: none;*/
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: var(--bs-dropdown-spacer);
    }

.dropdown-menu-start {
    --bs-position: start;
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

.dropdown-menu-end {
    --bs-position: end;
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto;
    }

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0;
        }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto;
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right 0.75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    }

    .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
        border-color: #dc3545;
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
    width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border-color: #dc3545;
}

    .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
        background-color: #dc3545;
    }

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #dc3545;
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
    z-index: 4;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow:;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}

input[required] ~ .title-note:after {
    content: "*";
    color: #f63030;
    margin-left: 4px;
}

select[required] ~ .title-note:after {
    content: "*";
    color: #f63030;
    margin-left: 4px;
}

.invalid ~ label:after {
    content: "*";
    color: #f63030;
    margin-left: 4px;
}

.invalid {
    color: red;
    font-size: 13px;
    direction: ltr;
    display: none;
    position: absolute;
    top: 58px;
    left: 10px;
}


.btn {
    display: inline-block;
    padding: 0.8rem 1.4rem;
    font-weight: 700;
    background-color: black;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
}

.btn-open {
    position: absolute;
    bottom: 150px;
}

.btn-close {
    background: #fff;
    border-radius: 50%;
    margin-bottom: 1rem;
    padding: 5px;
    border: solid 1px red;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.modal {
    display: flex;
    top: 100px;
    /*max-height: 70vh;*/
    flex-direction: column;
    justify-content: center;
    gap: 0.4rem;
    width: 80%;
    padding: 1.3rem;
    min-height: 250px;
    position: fixed;
    z-index: 2;
    /*margin: 3%;*/
   /* margin-left: 10%;*/
    background-color: white;
   /* border: 1px solid #ddd;
    border-radius: 15px;*/
}

    .modal .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .modal input {
        padding: 0.7rem 1rem;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 0.9em;
    }

    .modal p {
        font-size: 0.9rem;
        color: #000;
        margin: 0.4rem 0 0.2rem;
        text-align: left;
    }

button {
    cursor: pointer;
    border: none;
    font-weight: 600;
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #f0b7b7 !important;
}

.float {
    position: fixed;
    bottom: 12%;
    right: 2%;
    text-align: center;
    z-index: 1000;
}

.container-wa .floating-button {
    position: relative;
    bottom: 5%;
    right: 2%;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #e3c7c7;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    box-shadow: 0px 2px 5px #666;
    z-index: 1000;
    margin-bottom: 20%;
}

    .container-wa .floating-button:hover {
        transform: scale(1.1);
    }

    .container-wa .floating-button .icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        line-height: 60px;
        text-align: center;
        transition: all 0.3s;
    }

        .container-wa .floating-button .icon.wa {
            animation: wa-out 0.3s;
        }

        .container-wa .floating-button .icon.close {
            opacity: 0;
            margin: auto;
            transform: rotateZ(-70deg);
            animation: close-out 0.3s;
        }

.container-wa .card {
    font-family: 'Quicksand', sans-serif;
    position: absolute;
    width: 280px;
    height: 320px;
    background-color: white;
    border-radius: 10%;
    right: 2%;
    bottom: 22%;
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 10000;
}

    .container-wa .card .banner-header {
        background-image: url("../../investio.com.br/images/banner/bg-chat-whatsapp.jpg");
        background-size: cover;
        color: white;
        padding: 20px;
        padding-bottom: 40px;
        background-color: #075e54;
    }

    .container-wa .card .banner-body {
        flex-grow: 1;
        background-color: #eaeaea;
        padding: 15px;
    }

        .container-wa .card .banner-body .card-atendente {
            margin-top: -50px;
            background-color: white;
            padding: 15px;
            display: flex;
            flex-direction: column;
            border-radius: 15px;
        }

            .container-wa .card .banner-body .card-atendente .dados-atendente {
                display: flex;
            }

                .container-wa .card .banner-body .card-atendente .dados-atendente .avatar {
                    padding: 15px;
                }

                    .container-wa .card .banner-body .card-atendente .dados-atendente .avatar img {
                        border-radius: 50%;
                    }

                .container-wa .card .banner-body .card-atendente .dados-atendente .informacoes {
                    padding: 15px;
                }

            .container-wa .card .banner-body .card-atendente .botao-atendente {
                display: flex;
            }

                .container-wa .card .banner-body .card-atendente .botao-atendente .btn {
                    color: white;
                    background-color: #24d366;
                    border-radius: 15px;
                    width: 100%;
                    padding: 10px;
                    text-align: center;
                    text-decoration: none;
                }

.container-wa.is-opened .icon.wa {
    animation: wa-in 0.15s linear;
    animation-fill-mode: forwards;
}

.container-wa.is-opened .icon.close {
    animation: close-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

.container-wa.is-opened .card {
    display: flex;
    flex-direction: column;
    position: fixed;
}

.container-wa.is-opened .icon.wa {
    animation: wa-in 0.15s linear;
    animation-fill-mode: forwards;
}

.container-wa.is-opened .icon.close {
    animation: close-in 0.2s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

@keyframes close-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes close-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes wa-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes wa-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.help-text-payment {
    padding-top: 5%;
}


.member-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-width: 300px;
    margin: 100px auto;
    font-family: 'Raleway', sans-serif;
}

    .member-box .shape {
        width: 200px;
        height: 200px;
        background: var(--primary);
        opacity: 0.2;
        position: absolute;
        top: 0;
        right: -100px;
        transform: rotate(45deg);
    }

    .member-box .card-img-top {
        position: relative;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 20px auto;
        text-align: center;
        box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.06);
        transition: box-shadow 0.3s ease;
    }

    .member-box:hover .card-img-top {
        box-shadow: 0px 0px 0px 12px rgba(0, 0, 0, 0.1)
    }

    .member-box .member-degignation {
        color: var(--green);
    }

    .member-box .member-title {
    }

    .member-box small {
        font-size: 12px;
    }

    .member-box .social a {
        font-size: 15px;
        color: var(--green);
        padding: 10px;
    }

    .member-box .card-footer {
        background-color: transparent;
        border: 0;
    }

.language-picker {
    border: none;
    color: #151452;
    text-align-last: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-left: -20%;
}

.checkmark-circle {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .checkmark-circle .background {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #1ab394;
        position: absolute;
    }

    .checkmark-circle .checkmark {
        border-radius: 5px;
    }

        .checkmark-circle .checkmark.draw:after {
            -webkit-animation-delay: 300ms;
            -moz-animation-delay: 300ms;
            animation-delay: 300ms;
            -webkit-animation-duration: 1s;
            -moz-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-timing-function: ease;
            -moz-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation-name: checkmark;
            -moz-animation-name: checkmark;
            animation-name: checkmark;
            -webkit-transform: scaleX(-1) rotate(135deg);
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -o-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .checkmark-circle .checkmark:after {
            opacity: 1;
            height: 75px;
            width: 37.5px;
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top;
            border-right: 10px solid #fff;
            border-top: 10px solid #fff;
            border-radius: 2.5px !important;
            content: '';
            left: 10px;
            top: 55px;
            position: absolute;
        }

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

.icon-part-dgrr {
    bottom: 4px;
    position: absolute;
    border-radius: 15%;
    font-size: 2.5em;
    color: white;
    background-color: #52BC93;
    padding: 5px;
    opacity: 0.5;
}

.list-group-car table {
    width: 100%;
    margin-top: 2%;
    border: 1px solid #b3adad;
    border-collapse: collapse;
    padding: 5px;
}

    .list-group-car table th {
        border: 1px solid #b3adad;
        padding: 5px;
        background: #f0f0f0;
        color: #313030;
    }

    .list-group-car table td {
        border: 1px solid #b3adad;
        text-align: center;
        padding: 5px;
        background: #ffffff;
        color: #313030;
    }

.table-borderless {
    width: 100%;
}

    .table-borderless thead tr {
        text-align: center;
    }

    .table-borderless tbody tr td {
        text-align: center;
    }

.table-sub-borderless {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

    .table-sub-borderless thead tr {
        text-align: center;
    }

    .table-sub-borderless tbody tr td {
        text-align: center;
    }

.img-upload-car-dgrr {
    width: 80%;
    border: 2px dashed #52BC93;
    border-radius: 10%;
    height: 100px;
}

@media (min-width: 768px) {
    .table-sub-borderless {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

        .table-sub-borderless thead tr {
            text-align: center;
        }

        .table-sub-borderless tbody tr td {
            text-align: center;
        }

    /*    .img-upload-car-dgrr {
        max-height: 156px;
    }*/
}


.dg-page-dgrr .dg-insurance-package, .dg-insurance-buyer, .dg-insurance-list-car, .dg-page-dgrr .dg-benefit {
    background-color: #eef5f9;
    /*padding-top: 40px;*/
    padding-bottom: 30px;
    margin: 75px 20px 20px 20px;
    border-radius: 10px;
    border: 1px solid #dee2e6 !important;
    background-clip: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.dg-page-dgrr footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    text-align: center;
    z-index: 999 !important;
}

.dg-page-dgrr .btn-button {
    border: 0;
    border-radius: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding: 0 24px;
    text-transform: uppercase;
    background-color: #0c8241;
    width: 100%;
    color: #ffffff !important;
    line-height: 45px;
}

.dg-page-dgrr .d-bottom-btn {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.dg-page-dgrr .dg-section__title {
    border-bottom: 1px solid #919eab3d;
    width: 100%;
    padding: 5px 5px;
    color: #000;
    font-weight: 800;
    line-height: 40px;
    font-size: 20px;
}

.col-sm-6 {
    color: #424D54;
    font-weight: 100;
    margin-bottom: 0.5rem !important;
    font-size: 14px;
    line-height: 21px;
    font-family: serif;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.status-dgrr-false {
    color: red;
    font-size: 16px;
}

.status-dgrr-true {
    color: green;
    font-size: 16px;
}

.license-dgrr {
    font-size: 16px;
    font-weight: 600;
}

.label-car-card {
    padding-top: 5%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 15px;
    border-bottom: 1px solid #919eab3d;
    font-weight: 800;
    justify-content: space-between !important;
    display: flex !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
}

    .tabs .tab-label {
        order: 1;
        padding: 1rem 2rem;
        /*margin-right: 0.2rem;*/
        cursor: pointer;
        background: #e8e0c5;
        font-weight: bold;
        transition: background ease 0.2s;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .tabs .tab {
        order: 99;
        width: 100%;
        display: none;
        padding: 1rem;
        background: #fff;
    }

    .tabs .tab-input[type="radio"] {
        display: none;
    }

        .tabs .tab-input[type="radio"]:checked + label {
            background: #fff;
        }

            .tabs .tab-input[type="radio"]:checked + label + .tab {
                display: block;
            }


/* Clearfix (clear floats) */
.row-view-img-car::after {
    content: "";
    clear: both;
    display: table;
}

.column-view-img-car {
    float: left;
    width: 50%;
    padding: 5px;
    max-height: 100px;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.dg-add-image {
    padding-bottom: 25%;
    background: #eee;
    min-height: 100vh;
    box-sizing: border-box;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    max-width: 60rem;
    margin: 0 auto;
    font-size: 112%;
}

.dg-information__content-dgrr-label .label {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 6px;
    color: #897f64;
}

.btn-close-dgrr {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
}

.btn-choose-car-price {
    background-color: #1C0EC5;
    color: #fff;
    border-color: #1C0EC5;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 8px;
}

.title-search-page {
    padding-top: 25px;
    font-size: 20px;
    max-width: 100%;
    color: blueviolet;
    padding-bottom: 25px;
}

.dg-page-search .dg-layout__item {
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.dg-page-search .dg-paid-error {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .dg-page-search .dg-layout__item {
        max-width: 55%;
    }

    .dg-page-search .dg-paid-error {
        padding-top: 100px;
    }

    .dg-page-search .div-btn-search {
        /*margin: auto;*/
    }
}

/*capcha*/
#image_capcha {
    box-shadow: 3px 3px 3px 3px #ace8c5;
    user-select: none;
   /* text-decoration: line-through;*/
    font-style: italic;
    font-size: x-large;
    border: #d6afaf 2px solid;
    margin-left: 10px;
    width: 80%;
    text-align: center;
    border-radius: 8px;
}

#user-input_capcha {
    box-shadow: 5px 5px 5px 5px gray;
    width: auto;
    margin-right: 10px;
    padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid;
}

input_capcha {
    border: 1px black solid;
}

.inline_capcha {
    display: inline-block;
}

#btn_capcha {
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}

.gcn-search-card {
    text-align: center;
    width: 90%;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    font-size:15px;
    border: 2px solid #919eab3d;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.gcn-search-info {
    display: flex;
}

.gcn-search-card:hover {
    border-color: transparent;
    box-shadow: 0px 0px 2px #00000033, 0px 12px 24px -4px #0000001f;
}

.title-gcn-style {
    text-align: center;
    width: 90%;
    line-height: 45px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 600;
    color: #249748;
}

.title-gcn-name {
    width: 15%;
   /* font-style: italic;*/
    font-family: math;
    font-weight: 600;
    /*color: darkgoldenrod;*/
   /* font-size: 18px;*/
}

.dg-registers-background {
    /*background: url(https://tmiv.file-manager.digins.vn//Output/2023/6/8/tnmr-5_202306080900583345.png) left no-repeat, 
        url(../images/background_search2.png) right no-repeat;
    background-size: auto;
    padding: 15px;*/
}

/*login-page*/

.dg-page-login {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../Moto/images/17.png);
    background-size: initial;
    background-color: aliceblue;
}

    .dg-page-login .dg-insurance-package__content {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        flex-direction: row;
        flex-wrap: wrap;
        width: auto;
    }

@media (min-width: 768px) {
    .dg-page-login .dg-benefit__title {
        max-width: 68%;
    }

    .dg-page-login .dg-benefit__content-wrap {
        flex-direction: row;
    }

    .dg-page-login .dg-benefit__content-item {
        max-width: calc(50% - 16px);
    }

    .dg-page-login .dg-insurance-package .dg-container {
        margin-left: auto;
        margin-right: auto;
    }

    .dg-page-login .dg-insurance-package__form {
        flex-direction: row;
    }

    .dg-page-login .dg-insurance-package__form-input {
        width: 35%;
    }

    .dg-page-login .dg-insurance-package__content {
        /*flex-direction: row;*/
    }

    .dg-page-login .dg-insurance-package__card {
        width: calc(50% - 8px);
        box-shadow: none;
        border-color: rgba(145, 158, 171, 0.24);
    }

        .dg-page-login .dg-insurance-package__card:hover {
            border-color: transparent;
            box-shadow: 0px 0px 2px #00000033, 0px 12px 24px -4px #0000001f;
        }
}

.dg-page-house .dg-card__title {
    padding: 10px 24px;
}

.login-list-package {
    align-items: flex-start;
    background-color: #25252599 !important;
    border-radius: 16px;
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    opacity: 1;
    max-width: 55%;
    margin-top: 75px;
    height: fit-content;
    padding-top: 0px !important;
}

.dg-qr-img {
    margin-left: auto;
    margin-right: auto;
}

.iframe-login {
    position: fixed;
    top: 86px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    z-index: 99;
}

.section-home-background {
    background-position: right;
    background-repeat: no-repeat;
    background-image: url('../images/17.png');
    background-size: initial;
    background-color: aliceblue;
}

.taba-content-groupdomain {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #151452;
}

.img-info-employee {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-top: 10px;
}

.confirm-detail-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
    margin-left: 2%;
}

.confirm-detail-wrap input {
    margin: 0;
    margin-left: 3px;
}

.modal-footer {
    display: flex;
    justify-content: end;
    gap: 18px;
    border-top: 1px solid #919eab3d;
}

@media (max-width: 600px) {
    .dg-hero__list-contract-wrapper {
        margin: 0;
        padding: 0 15px 30px 15px;
    }
}

@media (max-width: 600px) {
    .dg-hero__info-description {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .dg-hero__list-contract-wrapper {
        margin: 0;
        padding: 10px 15px;
    }
    .dg-hero__list-contract-content-wrapper {
        flex-direction: column;
        align-items: inherit;
    }
    .dg-hero__list-contract-content-contract-info {
        padding-left: 10px;
        padding-top: 15px;
    }
    .dg-hero__list-contract-content-contract-info img {
       display: none;
    }
    .dg-hero__list-contract-content-contract-fee {
        padding-left: 10px;
        padding-bottom: 15px;
    }
}

/*customzie table package tmiv*/
.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.8em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: solid #249748 2px;
}
    .styled-table thead tr {
        background-color: #249748;
        color: #ffffff;
        text-align: left;
    }
    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
        border: 1px solid #dddddd;
    }
    .styled-table tbody tr {
        border-bottom: 1px solid #fff;
        background-color: #ffffff;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #fff;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #249748;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #249748;
        }

.text-left-table{
    text-align: left;
}

.sub-title-dg-info {
    font-weight: 800 !important;
    font-size: 14px !important;
    font-style: italic;
}

.dg-topic-docment-view {
    display: flex;
    height: auto;
    align-items: flex-start;
    gap: 20px;
    width: 90%;
    overflow: scroll;
}

.dg-buying-qlchinh {
    max-width: 46%;
    margin-right: 5%;
}

.h4-title-qlchinh {
    margin-bottom: 10px;
    font-size: 18px !important;
    font-weight: 800 !important;
}

@media (max-width: 1024px) {
    .dg-header-health-css {
        background-image: none !important;
    }

    .dg-footer__content-contacts {
        width: 100% !important;
    }

    .dg-info-health-css {
        background-image: none !important;
    }

    .styled-table {
        max-width: 400px;
    }

    .iframe-login {
        top: 64px;
    }

    .img-company-background{
        display: none;
    }

    .login-list-package {
        max-width: 92%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .dg-buying-qlchinh {
        max-width: 90%;
    }

    .modal {
        top: 300px;
        height: 60vh !important;
        margin-top: -30% !important;
        width: 92% !important;
        margin-left: 4% !important;
    }
}
.thanks-note-mobile {
    color: red;
    cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}
.dg-img-scroll{
    margin-right: -72px;
}

@media (max-width: 1024px) {
    .dg-information__content {
        max-width: 100% !important;
    }
    .model-renew-page {
        max-width: 80% !important;
        width: 80% !important;
    }

    .thanks-note {
        font-size: 12px;
        margin-bottom: 22px;
        line-height: 30px;
    }
    .thanks-note-mobile {
        font-size: 15px;
    }

    .forgot-password {
        flex-direction: column;
        gap: 5px;
    }

    .otp-input-fields input {
        height: 34px !important;
        width: 34px !important;
    }

    #modal-company-content {
        padding: 16px 9px !important;
    }

    .modal-company-content {
        gap: 18px;
    }

        .modal-company-content p {
            font-size: 12px !important;
            text-align: left !important;
        }

    .img-list-product-home {
        height: 60px;
    }

    .taba-content-groupdomain {
        font-size: 13px;
    }

    .dg-logo-home-header {
        max-width: 128px;
        margin-top: -12px;
    }
    .dg-header-container {
        margin-top: 0px;
    }
    .dg-page-person .dg-registers__benefit {
        flex-direction: column;
    }
    .container-fake{
        display: none;
    }

    .dg-img-scroll{
        display: none;
    }

    .dg-upload__inner_vertic {
        flex-direction: row;
    }

    .dg-upload__inner_master {
        flex-direction: column !important;
    }

    .cl-mobile-trungcc{
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .dg-page-bike .dg-hero__background {
        position: absolute;
        background-position: 56% 54%;
        background-size: 300%;
    }
}

body {
    font-family: "Open Sans" !important;
}

/*autocomplete*/
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #e9e9e9;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/*Css cua Minh*/
#autocomplete-wrapper {
    display: inline-block;
    position: relative;
}
#autocomplete-district-wrapper ul,
#autocomplete-ward-wrapper ul {
    margin-top: 250px;
}
.autocomplete-list {
    position: absolute;
    z-index: 9999; /* Chỉ định z-index cao hơn để đảm bảo hiển thị trên cùng */
    width: 100%;
    max-height: 200px; /* Giới hạn chiều cao */
    overflow-y: auto; /* Thêm thanh cuộn nếu danh sách dài */
    background-color: #fff;
    border: 1px solid #d4d4d4;
    list-style: none;
    padding: unset;
    margin: unset;
}
    .autocomplete-list div {
        cursor: pointer;
        padding: 8px;
    }

        .autocomplete-list div:hover {
            background-color: #f0f0f0;
        }
    .autocomplete-list li {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #e9e9e9;
        border-top: unset;
    }

        .autocomplete-list li:hover {
            background-color: #e9e9e9;
        }

    .autocomplete-list button {
        border: unset;
        background: unset;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.5em;
    }

#autocomplete-address-wrapper ul {
    margin-top: 250px /* Đặt vị trí tương đối */
}
.suggestion-list {
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute; /* Đảm bảo nó nằm trên các thành phần khác */
    z-index: 1000; /* Đảm bảo hiển thị trên các phần tử khác */
    width: 100%; /* Để phù hợp với chiều rộng của input */
    max-height: 200px; /* Giới hạn chiều cao của danh sách gợi ý */
    overflow-y: auto; /* Cuộn khi vượt quá chiều cao */
    margin-top: 5px; /* Khoảng cách giữa input và danh sách gợi ý */
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
}

    .suggestion-item:hover {
        background-color: #f0f0f0; /* Màu nền khi hover */
    }

.highlight {
    background-color: #e6f7ff;
    color: green; /* Màu nền của mục được highlight */
    font-weight: bold; /* In đậm mục được highlight */
}

.tab-titles {
    display: flex;
    cursor: pointer;
}

.dg-card__title1 {
    flex: 1;
    padding: 10px 10px;
    text-align: center;
    background-color: MediumSeaGreen;
    border: 1px solid #ddd;
    border-bottom: none;
    transition: background-color 0.3s, font-weight 0.3s;
}

    /* Tab được chọn có viền và nền khác */
    .dg-card__title1.active {
        background-color: #249748;
        color: #fff;
        font-weight: bold;
    }
    /* Nếu tab trái không hoạt động, tab phải sẽ có góc bo phải */
    .dg-card__title1:last-child:not(.active) {
        border-top-right-radius: 10px;
    }

    /* Nếu tab phải không hoạt động, tab trái sẽ có góc bo trái */
    .dg-card__title1:first-child:not(.active) {
        border-top-left-radius: 10px;
    }

    .dg-card__title1 h3 {
        font-weight: 700;
        line-height: 28px;
        color: #fff;
        font-size: 16px;
        margin: 10px 0;
        font-family: "Segoe UI", Arial, sans-serif;
    }
/* Nội dung tab mặc định ẩn */
.tab-content {
    display: none;
    /* padding: 15px; */
    /* border: 1px solid #ddd; */
}

    /* Hiển thị tab được chọn */
    .tab-content.active {
        display: block;
    }

/*.dg-page-house .secondary {
    background-color: white;
    color: black;
}
    .dg-page-house .secondary:hover {
        background-color: #249748;
        color: white;
    }

.dg-page-person .secondary {
    background-color: white;
    color: black;
}

    .dg-page-person .secondary:hover {
        background-color: #39B54A;
        color: white;
    }
*/

.dg-page-house .advice {
    background-color: white;
    color: black;
}

    .dg-page-house .advice:hover {
        background-color: #249748;
        color: white;
    }
.dg-page-person .buynow {
    background-color: white;
    color: black;
}

    .dg-page-person .buynow:hover {
        background-color: #39B54A;
        color: white;
    }

.dg-page-car .advice {
    background-color: white;
    color: black;
}

    .dg-page-car .advice:hover {
        background-color: #249748;
        color: white;
    }

@media (max-width: 1024px) {
    .dg-page-house .dg-information {
        background-size: 0%;
    }
        .dg-page-house .dg-information .dg-information__wrap {
            max-width: 90% !important;
            margin: 5%;
        }

    .dg-page-house .dg-benefit .dg-container {
        max-width: 90% !important;
    }
    .dg-page-house #gioi-thieu {
        background-size: 0% !important;
    }

        .dg-page-house #gioi-thieu .dg-hero__info {
            max-width: 90% !important;
        }

}

@media (min-width: 1024px) {
    #modal-list-insured {
        position: fixed;
        display: none;
        width: 55%;
        margin: auto;
        justify-content: inherit;
        z-index: 515;
        /*top: 0 !important;*/
        right: 0;
        left: 0;
        bottom: 0;
        max-height: 90vh;
    }
}

.textUpperAll {
    text-transform: uppercase;
}
    

.dg-page-bike .advice {
    background-color: white;
    color: black;
}

    .dg-page-bike .advice:hover {
        background-color: #249748;
        color: white;
    }

.modal {
    z-index: 999;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5019607843);
    padding: 16px;
}

    .modal .modal-content img {
        padding: 0 93px;
    }

@media only screen and (max-width: 640px) {
    .modal .modal-content img {
        padding: 0 40px;
    }
}

.modal .modal-content::-webkit-scrollbar {
    display: none;
}

.modal .modal-content .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

    .modal .modal-content .close-icon:hover {
        cursor: pointer;
    }

.modal .modal-content .modal-description {
    width: 100%;
}

    .modal .modal-content .modal-description p:first-child {
        text-align: center;
        margin-bottom: 8px;
    }

    .modal .modal-content .modal-description p:last-child {
        text-align: justify;
    }

.modal .modal-content .group-btn-modal {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    align-items: center;
}

    .modal .modal-content .group-btn-modal button {
        padding: 16px 8px;
        width: 118px;
    }

        .modal .modal-content .group-btn-modal button:first-child {
            color: #fff;
        }

        .modal .modal-content .group-btn-modal button:last-child {
            color: #212B36;
        }

.modal {
    z-index: 999;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5019607843);
    padding: 16px;
}

    .modal .modal-content {
        position: relative;
        max-width: 550px;
        max-height: 570px;
        aspect-ratio: 550/575;
        padding: 56px 32px 32px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        background-color: #FFF;
        border-radius: 8px;
        overflow-y: auto;
    }

        .modal .modal-content img {
            padding: 0 93px;
        }

@media only screen and (max-width: 640px) {
    .modal .modal-content img {
        padding: 0 40px;
    }
}

.default-btn {
    background: #fff;
    border: 1px solid #249748;
    border-radius:10px;
    transition: all 0.3s ease;
}

    .default-btn:hover {
        background-color: #249748 !important;
        color: #fff !important;
    }

@media (max-width: 768px) {
    .dg-list-gcn {
        width: 100%;
        overflow-x: auto;
    }

    .gcn-search-card {
       /* min-width: max-content; */
        display: flex;
        flex-direction: column;
        width:100%;
    }

    .gcn-search-info {
        display: flex;
       /* flex-wrap: nowrap;
        white-space: nowrap;*/
    }

        .gcn-search-info div,
        .title-gcn-style div {
            /*width: 120px;
            min-width: 120px;
            max-width: 120px;*/
            flex: 0 0 auto;
            flex-basis: 25%;
            text-align: center;
            padding: 8px;
            box-sizing: border-box;
            /* white-space: nowrap; 
            overflow: hidden;*/
            text-overflow: ellipsis;
        }

    .title-gcn-style {
        display: flex;
        /*flex-wrap: nowrap;
        min-width: max-content;*/ /* giống như .gcn-search-card */
        color: white;
        width: 100%;
    }
    .none-field {
        display: none !important;
    }

}
@media (max-width: 1024px) {
    .dg-list-gcn {
        width: 100%;
        overflow-x: auto;
    }

    .gcn-search-card {
        /* min-width: max-content;*/
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .gcn-search-info {
        display: flex;
       /* flex-wrap: nowrap;
        white-space: nowrap;*/
    }

        .gcn-search-info div,
        .title-gcn-style div {
           /* width: 120px;
            min-width: 120px;
            max-width: 120px;*/
            flex: 0 0 auto;
            flex-basis: 25%;
            text-align: center;
            padding: 8px;
            box-sizing: border-box;
            /*white-space: nowrap;
            overflow: hidden;*/
            text-overflow: ellipsis;
        }

    .title-gcn-style {
        display: flex;
        /*flex-wrap: nowrap;
        min-width: max-content;*/ /* giống như .gcn-search-card */
        color: white;
        width: 100%;
    }
    .none-field {
        display: none !important;
    }
}
.dg-btn.primary span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
@media only screen and (max-width: 640px) {
    .modal .modal-content img {
        padding: 0 40px;
    }

    .modal-old {
        top: 300px;
        height: 60vh !important;
        margin-top: -30% !important;
        width: 92% !important;
        margin-left: 4% !important;
    }
}
@media (min-width: 1024px) {
    #modal-list-insured {
        position: fixed;
        display: none;
        width: 55%;
        margin: auto;
        justify-content: inherit;
        z-index: 515;
        /*top: 0 !important;*/
        right: 0;
        left: 0;
        bottom: 0;
        max-height: 90vh;
    }

    #modal-list-insured {
        display: flex;
        top: 100px;
        max-height: 70vh;
        flex-direction: column;
        justify-content: center;
        gap: 0.4rem;
        width: 80%;
        padding: 1.3rem;
        min-height: 250px;
        position: fixed;
        z-index: 2;
        /*margin: 3%;*/
        margin-left: 10%;
        background-color: white;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

        #modal-list-insured .flex {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        #modal-list-insured input {
            padding: 0.7rem 1rem;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 0.9em;
        }

        #modal-list-insured p {
            font-size: 0.9rem;
            color: #000;
            margin: 0.4rem 0 0.2rem;
            text-align: left;
        }
}
@media (max-width: 1024px) {
    .modal {
        height: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-family: Open Sans;
        display: block;
        margin-top: 150px !important;
        background: white;
       /* width: 98% !important;*/
        max-width: 95% !important;
    }

    .modal-content {
        padding: 10px !important;
        max-height: 65% !important;
        max-width: 100% !important;
        width: 100% !important;
        position: initial !important;
        max-height: 500px !important;
    }

    .modal-footer {
        flex-direction: column !important;
    }

    .group-upload-excel {
        display: none !important;
    }

    .modal-body-mobile {
        height: 50% !important;
        width: 90% !important;
        max-width: 90% !important;
    }

    .form_dkbs_stbh {
        right: 0px !important;
        top: -25px;
    }

    .div_dkbs_name {
        max-width: 100%;
        overflow: hidden;
    }

    .checkboxExtensions {
        margin-left: 2px !important;
    }

    #divObjectQLBS {
        margin-left: 0%;
    }
}
@media (max-width: 480px) {
    .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
    }
}
@media (max-width: 380px) {
    .g-recaptcha {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}